projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9406662
)
(eshell-modifier-alist): Changed the "eval again" modifier from 'e' to
author
John Wiegley
<johnw@newartisans.com>
Fri, 20 Feb 2004 12:32:19 +0000
(12:32 +0000)
committer
John Wiegley
<johnw@newartisans.com>
Fri, 20 Feb 2004 12:32:19 +0000
(12:32 +0000)
'E', since 'e' is also used by the "file extension" modifier.
lisp/eshell/em-pred.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/em-pred.el
b/lisp/eshell/em-pred.el
index 3be32fde10dcda56c2136772a331d4db8f4bd647..26349b4e94b976295521db290122efe2677171b1 100644
(file)
--- a/
lisp/eshell/em-pred.el
+++ b/
lisp/eshell/em-pred.el
@@
-113,7
+113,7
@@
The format of each entry is
(put 'eshell-predicate-alist 'risky-local-variable t)
(defcustom eshell-modifier-alist
- '((?
e
. '(lambda (lst)
+ '((?
E
. '(lambda (lst)
(mapcar
(function
(lambda (str)
@@
-207,7
+207,7
@@
EXAMPLES:
"Eshell modifier quick reference:
FOR SINGLE ARGUMENTS, or each argument of a list of strings:
-
e
evaluate again
+
E
evaluate again
L lowercase
U uppercase
C capitalize